runtime.mspan.allocCache (field)
9 uses
runtime (current package)
malloc.go#L909: theBit := sys.TrailingZeros64(s.allocCache) // Is there a free object in the allocCache?
malloc.go#L917: s.allocCache >>= uint(theBit + 1)
mbitmap.go#L1057: s.allocCache = ^aCache
mbitmap.go#L1074: aCache := s.allocCache
mbitmap.go#L1087: aCache = s.allocCache
mbitmap.go#L1098: s.allocCache >>= uint(bitIndex + 1)
mcentral.go#L195: s.allocCache >>= s.freeindex % 64
mheap.go#L439: allocCache uint64
mheap.go#L1417: s.allocCache = ^uint64(0) // all 1s indicating all free.
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |